Fix an infinite loop in gtk_dialog_map()
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Mar 2010 15:36:11 +0000 (10:36 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:05 +0000 (20:59 -0400)
commit0a12113d9d542d695ea6dd8b83f3070430085eb1
tree451fdcd7fdf64df36473514910416d60b49a8698
parent248719c771e159cf6b589bdb595661bcf7dae171
Fix an infinite loop in gtk_dialog_map()

The new focus handling with links in labels tripped up the code
that tries to avoid focussing labels. Bug 612066
gtk/gtkdialog.c